home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
Projects
/
Examples
/
More Examples
/
def-tempo nil = error
< prev
next >
Wrap
Text File
|
1998-10-26
|
583b
|
33 lines
; def-tempo nil = error
(def-length
v1 '(1/8 -1/8 1/8 -1/8 1/8 -1/8 1/8 -1/8)
)
(def-symbol
v1 '(a b c d)
)
(def-tonality
v1 (activate-tonality (chromatic c 5))
)
(def-velocity
v1 '(30 20 15 20)
)
(def-zone
v1 (make-zone '(1/8 -1/8 1/8 -1/8 1/8 -1/8 1/8 -1/8))
)
;; set nil to cancel 120 default tempo, no tempo will be written
;; this won't work with MidiShare player, but can probably load
;; with other sequencers. This depends on the implementation on
;; how they deal with tempo track.
(def-tempo nil)
(compile-instrument-p "ccl;output:" "test2d"
v1
)